ScanDeviceManager ScanDeviceGatewayFailed

The ScanDeviceGatewayFailed event notifies the host application when the Hardware Manager detects a failure in the device communication.

 

public event EventHandler<ScanDeviceGatewayFailedEventArgs> ScanDeviceGatewayFailed

 

Example

Copy
scanDeviceManager = new ScanDeviceManager();

scanDeviceManager.ScanDeviceGatewayFailed += ScanDeviceManager_ScanDeviceGatewayFailed;